Versions:

  • 0.11.0
  • 0.10.0
  • 0.9.1
  • 0.9.0
  • 0.8.0
  • 0.7.2
  • 0.7.1
  • 0.7.0
  • 0.6.3
  • 0.6.2
  • 0.6.1
  • 0.6.0
  • 0.5.0
  • 0.4.3
  • 0.4.2
  • 0.4.1
  • 0.4.0

dotsider 0.11.0, published by willibrandon, is a cross-platform terminal user-interface (TUI) engineered for in-depth inspection of .NET assemblies without leaving the command line. Since its first public appearance the utility has matured through seventeen incremental releases, culminating in the current build that offers an integrated view of managed-code internals: users can browse hierarchical class structure, inspect rich metadata tokens, read IL disassembly alongside synchronized hex dumps, and search embedded strings. Advanced visualizers render dependency graphs that expose inter-assembly references and size maps that highlight memory hotspots, while a built-in NuGet browser lets developers explore packages before they are added to a project. For runtime diagnostics, dotsider connects to a live process through EventPipe, streaming events and call traces back to the same ncurses-style dashboard so that static analysis and dynamic behavior can be compared in one session. Assembly-to-assembly diffing further assists upgrade reviews by flagging added, removed, or changed members when two versions of a component are dropped onto the tool. Typical use cases include reverse engineering third-party libraries, auditing dependencies for unused bloat, debugging type-loading failures, and teaching CLR concepts in academic environments where lightweight, keyboard-driven workflows are preferred. The program belongs to the Developer Tools / Debugging & Diagnostics category and runs wherever .NET 6 or newer is supported, requiring no elevated privileges or graphical stack. dotsider is available for free on get.nero.com, with downloads provided via trusted Windows package sources such as winget, always delivering the latest version and supporting batch installation of multiple applications.

Tags: